tools/libxc: Wire a featureset through to cpuid policy logic
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 6 Oct 2015 15:01:37 +0000 (16:01 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 8 Apr 2016 20:55:10 +0000 (21:55 +0100)
commit9e9500fa070726193c35b9f8a55c8e7a8110ca5c
treec77ea61bcc6950d6d1f26ac659c9705c6d927a8d
parent8b535e1c258ff5fc0a501b4083635dd495838429
tools/libxc: Wire a featureset through to cpuid policy logic

Later changes (Patch titled "tools/libxc: Use featuresets rather than
guesswork") will cause the cpuid generation logic to seed their
information from a featureset.  This patch adds the infrastructure to
specify a featureset, and will obtain the appropriate defaults from Xen
if omitted.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxc/include/xenctrl.h
tools/libxc/xc_cpuid_x86.c
tools/libxl/libxl_cpuid.c
tools/ocaml/libs/xc/xenctrl_stubs.c
tools/python/xen/lowlevel/xc/xc.c